xen/ia64 uaccess is still linux style with different declaration as
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 27 Feb 2006 15:22:02 +0000 (16:22 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 27 Feb 2006 15:22:02 +0000 (16:22 +0100)
commit5a64892ddd07c91609d7372caf273c91efa8208d
treec7581fb6303ce6836a866b6d7d110a62c309c7bf
parenta531692b45bcca991e32c69740ca3a147bf8efb3
xen/ia64 uaccess is still linux style with different declaration as
common xen. It's meaningless to patch original file with many #ifdef
XEN, and so instead copy that file to create a new xen specific
uaccess file, with unused lines removed. May need render later.

Or else it breaks compilation on xen-unstable.

Signed-off-by Kevin Tian <kevin.tian@intel.com>
xen/include/asm-ia64/config.h
xen/include/asm-ia64/linux-xen/asm/README.origin
xen/include/asm-ia64/linux-xen/asm/uaccess.h [deleted file]
xen/include/asm-ia64/uaccess.h [new file with mode: 0644]